[XEN] Remove redundant calls to check_for_early_unshadow()
authorTim Deegan <Tim.Deegan@xensource.com>
Thu, 16 Nov 2006 15:20:05 +0000 (15:20 +0000)
committerTim Deegan <Tim.Deegan@xensource.com>
Thu, 16 Nov 2006 15:20:05 +0000 (15:20 +0000)
Signed-off-by: Tim Deegan <Tim.Deegan@xensource.com>
xen/arch/x86/mm/shadow/multi.c

index 76e4dfc8e6dc8e1ba8439ede01431de15b235907..bc406325684d14bcc5bea0ec88c50e8bde1ffa1d 100644 (file)
@@ -3831,7 +3831,6 @@ sh_x86_emulate_cmpxchg(struct vcpu *v, unsigned long vaddr,
 
     sh_unmap_domain_page(addr);
     shadow_audit_tables(v);
-    check_for_early_unshadow(v, mfn);
     return rv;
 }
 
@@ -3866,7 +3865,6 @@ sh_x86_emulate_cmpxchg8b(struct vcpu *v, unsigned long vaddr,
 
     sh_unmap_domain_page(addr);
     shadow_audit_tables(v);
-    check_for_early_unshadow(v, mfn);
     return rv;
 }